home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / shell-tools / wbstart / dev / c / include / clib / wbstart_protos.h < prev   
Encoding:
C/C++ Source or Header  |  1996-03-13  |  391 b   |  23 lines

  1. #ifndef CLIB_WBSTART_PROTOS_H
  2. #define CLIB_WBSTART_PROTOS_H
  3.  
  4. /*
  5.  * wbstart_protos.h  V2.0
  6.  *
  7.  * Prototypes for wbstart.library functions
  8.  *
  9.  * (c) 1991-1996 Stefan Becker
  10.  */
  11.  
  12. #ifndef LIBRARIES_WBSTART_H
  13. #include <libraries/wbstart.h>
  14. #endif
  15.  
  16. /* Library functions */
  17. LONG WBStartTagList(struct TagItem *);
  18.  
  19. /* Varargs stubs */
  20. LONG WBStartTags(Tag, ...);
  21.  
  22. #endif /* CLIB_WBSTART_PROTOS_H */
  23.